[INFO] fetching crate multi-array-list 0.2.1...
[INFO] fixing multi-array-list-0.2.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate multi-array-list 0.2.1 into /workspace/builds/worker-6-tc1/source
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate multi-array-list 0.2.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate multi-array-list 0.2.1
[INFO] tweaked toml for crates.io crate multi-array-list 0.2.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate multi-array-list 0.2.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate multi-array-list 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 35fe68f68303365c54c8cee8b47f13062920e14153cb871807a5ec10af507089
[INFO] running `Command { std: "docker" "start" "35fe68f68303365c54c8cee8b47f13062920e14153cb871807a5ec10af507089", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "35fe68f68303365c54c8cee8b47f13062920e14153cb871807a5ec10af507089" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "35fe68f68303365c54c8cee8b47f13062920e14153cb871807a5ec10af507089", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "35fe68f68303365c54c8cee8b47f13062920e14153cb871807a5ec10af507089" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking cap v0.1.2
[INFO] [stderr]     Checking multi-array-list v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0609]: no field `size` on type `std::mem::type_info::Type`
[INFO] [stdout]   --> src/lib.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     typeinfo.size.unwrap();
[INFO] [stdout]    |              ^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available field is: `kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `size` on type `std::mem::type_info::Type`
[INFO] [stdout]   --> src/lib.rs:94:14
[INFO] [stdout]    |
[INFO] [stdout] 94 |     typeinfo.size.unwrap();
[INFO] [stdout]    |              ^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available field is: `kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `size` on type `std::mem::type_info::Type`
[INFO] [stdout]    --> src/lib.rs:106:28
[INFO] [stdout]     |
[INFO] [stdout] 106 |         assert!(field_info.size.is_some(), "known size required");
[INFO] [stdout]     |                            ^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `size` on type `std::mem::type_info::Type`
[INFO] [stdout]    --> src/lib.rs:136:39
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let element_size = field_info.size.unwrap();
[INFO] [stdout]     |                                       ^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `size` on type `std::mem::type_info::Type`
[INFO] [stdout]   --> src/lib.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     typeinfo.size.unwrap();
[INFO] [stdout]    |              ^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available field is: `kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `size` on type `std::mem::type_info::Type`
[INFO] [stdout]   --> src/lib.rs:94:14
[INFO] [stdout]    |
[INFO] [stdout] 94 |     typeinfo.size.unwrap();
[INFO] [stdout]    |              ^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available field is: `kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `size` on type `std::mem::type_info::Type`
[INFO] [stdout]    --> src/lib.rs:106:28
[INFO] [stdout]     |
[INFO] [stdout] 106 |         assert!(field_info.size.is_some(), "known size required");
[INFO] [stdout]     |                            ^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `size` on type `std::mem::type_info::Type`
[INFO] [stdout]    --> src/lib.rs:136:39
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let element_size = field_info.size.unwrap();
[INFO] [stdout]     |                                       ^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `kind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0609`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `multi-array-list` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `MultiArrayList<Point>` in the current scope
[INFO] [stdout]    --> src/lib.rs:700:45
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub struct MultiArrayList<T>
[INFO] [stdout]     | ---------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 700 |         let list = MultiArrayList::<Point>::new();
[INFO] [stdout]     |                                             ^^^ associated function or constant cannot be called on `MultiArrayList<Point>` due to unsatisfied trait bounds
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `MultiArrayList<Point>` in the current scope
[INFO] [stdout]    --> src/lib.rs:707:49
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub struct MultiArrayList<T>
[INFO] [stdout]     | ---------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 707 |         let mut list = MultiArrayList::<Point>::new();
[INFO] [stdout]     |                                                 ^^^ associated function or constant cannot be called on `MultiArrayList<Point>` due to unsatisfied trait bounds
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `MultiArrayList<Point>` in the current scope
[INFO] [stdout]    --> src/lib.rs:719:49
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub struct MultiArrayList<T>
[INFO] [stdout]     | ---------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 719 |         let mut list = MultiArrayList::<Point>::new();
[INFO] [stdout]     |                                                 ^^^ associated function or constant cannot be called on `MultiArrayList<Point>` due to unsatisfied trait bounds
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `with_capacity` found for struct `MultiArrayList<Point>` in the current scope
[INFO] [stdout]    --> src/lib.rs:735:49
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub struct MultiArrayList<T>
[INFO] [stdout]     | ---------------------------- associated function or constant `with_capacity` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 735 |         let mut list = MultiArrayList::<Point>::with_capacity(10);
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ associated function or constant cannot be called on `MultiArrayList<Point>` due to unsatisfied trait bounds
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `MultiArrayList<test::zst::Empty>` in the current scope
[INFO] [stdout]    --> src/lib.rs:753:49
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub struct MultiArrayList<T>
[INFO] [stdout]     | ---------------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 753 |         let mut list = MultiArrayList::<Empty>::new();
[INFO] [stdout]     |                                                 ^^^ associated function or constant cannot be called on `MultiArrayList<test::zst::Empty>` due to unsatisfied trait bounds
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0609.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `multi-array-list` (lib test) due to 9 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "35fe68f68303365c54c8cee8b47f13062920e14153cb871807a5ec10af507089", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35fe68f68303365c54c8cee8b47f13062920e14153cb871807a5ec10af507089", kill_on_drop: false }`
[INFO] [stdout] 35fe68f68303365c54c8cee8b47f13062920e14153cb871807a5ec10af507089
